Html Css Color HEX #EDDA42 Starship

📋 copy color: '#EDDA42'

red 237 ◦ green 218 ◦ blue 66

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

Shades of Starship #EDDA42

Tints of Starship #EDDA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.84%

 BLUE value IS 66 (26.17% from 255) = 12.67%

R = 45.49%
G = 41.84%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDDA42 (or 0xEDDA42) is known color: Starship. HEX triplet: ED, DA and 42. RGB value is (237,218,66). Sum of RGB (Red+Green+Blue) = 237+218+66=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA42 is #1225BD. Grayscale: #CECECE. Windows color (decimal): -1189310 or 4381421. OLE color: 4381421.

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

Color convert

RGB 237 218 66 -
CMYK 0 0.08 0.72 0.07
HSL 53.33º 0.83% 0.59% -
HSV(B) 53.33º 0.72% 0.93% -
XYZ 60.98 68.54 15.17 -
YUV 206.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 237 218 66 0 0.08 0.72 0.07 53.33 0.83 0.59
Hex ED DA 42 0 8 48 7 35 53 3B
Octal 355 332 102 0 10 110 7 65 123 73
Binary 11101101 11011010 1000010 0 1000 1001000 111 110101 1010011 111011

Color Harmonies of #EDDA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA42

Black with #EDDA42

Text Example


Text Example

White with #EDDA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA42; }

 p { color: rgb(237,218,66); }

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

background-color css

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

 a { background-color: rgb(237,218,66); }

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

border-color css

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

 span { border-color: rgb(237,218,66); }

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