Html Css Color HEX #EDDD41 Starship

📋 copy color: '#EDDD41'

red 237 ◦ green 221 ◦ blue 65

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

Shades of Starship #EDDD41

Tints of Starship #EDDD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

 BLUE value IS 65 (25.78% from 255) = 12.43%

R = 45.32%
G = 42.26%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDDD41 (or 0xEDDD41) is known color: Starship. HEX triplet: ED, DD and 41. RGB value is (237,221,65). Sum of RGB (Red+Green+Blue) = 237+221+65=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD41 is #1222BE. Grayscale: #D0D0D0. Windows color (decimal): -1188543 or 4316653. OLE color: 4316653.

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

Color convert

RGB 237 221 65 -
CMYK 0 0.07 0.73 0.07
HSL 54.42º 0.83% 0.59% -
HSV(B) 54.42º 0.73% 0.93% -
XYZ 61.74 70.1 15.28 -
YUV 208 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 237 221 65 0 0.07 0.73 0.07 54.42 0.83 0.59
Hex ED DD 41 0 7 49 7 36 53 3B
Octal 355 335 101 0 7 111 7 66 123 73
Binary 11101101 11011101 1000001 0 111 1001001 111 110110 1010011 111011

Color Harmonies of #EDDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD41

Black with #EDDD41

Text Example


Text Example

White with #EDDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD41; }

 p { color: rgb(237,221,65); }

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

background-color css

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

 a { background-color: rgb(237,221,65); }

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

border-color css

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

 span { border-color: rgb(237,221,65); }

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