Html Css Color HEX #EDDC43 Starship

📋 copy color: '#EDDC43'

red 237 ◦ green 220 ◦ blue 67

#EDDC43
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #EDDC43

Tints of Starship #EDDC43

RGB

 RED value IS 237 (92.97% from 255) = 45.23%

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 67 (26.56% from 255) = 12.79%

R = 45.23%
G = 41.98%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDDC43 (or 0xEDDC43) is known color: Starship. HEX triplet: ED, DC and 43. RGB value is (237,220,67). Sum of RGB (Red+Green+Blue) = 237+220+67=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 67 (26.56% from 255 or 12.79% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC43 is #1223BC. Grayscale: #D0D0D0. Windows color (decimal): -1188797 or 4447469. OLE color: 4447469.

HSL color Cylindrical-coordinate representation of color #EDDC43: hue angle of 54º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDDC43 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 67 -
CMYK 0 0.07 0.72 0.07
HSL 54º 0.83% 0.6% -
HSV(B) 54º 0.72% 0.93% -
XYZ 61.53 69.6 15.5 -
YUV 207.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 237 220 67 0 0.07 0.72 0.07 54 0.83 0.6
Hex ED DC 43 0 7 48 7 36 53 3C
Octal 355 334 103 0 7 110 7 66 123 74
Binary 11101101 11011100 1000011 0 111 1001000 111 110110 1010011 111100

Color Harmonies of #EDDC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC43

Black with #EDDC43

Text Example


Text Example

White with #EDDC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC43; }

 p { color: rgb(237,220,67); }

 H1.HeaderClassName
 {
   color: #EDDC43;
 }
 .AnyTagClassName
 {
   color: #EDDC43;
 }
</style>

background-color css

<style>
 a { background-color: #EDDC43; }

 a { background-color: rgb(237,220,67); }

 div.DivClassName
 {
   background-color: #EDDC43;
 }
 .BgClassName
 {
   background-color: #EDDC43;
 }
</style>

border-color css

<style>
 span { border-color: #EDDC43; }

 span { border-color: rgb(237,220,67); }

 td.TdClassName
 {
   border-color: #EDDC43;
 }
 .TagClassName
 {
   border-color: #EDDC43;
 }
</style>