Html Css Color HEX #EDDC44 Starship

📋 copy color: '#EDDC44'

red 237 ◦ green 220 ◦ blue 68

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

Shades of Starship #EDDC44

Tints of Starship #EDDC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.95%

R = 45.14%
G = 41.9%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDDC44 (or 0xEDDC44) is known color: Starship. HEX triplet: ED, DC and 44. RGB value is (237,220,68). Sum of RGB (Red+Green+Blue) = 237+220+68=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 68 (26.95% from 255 or 12.95% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC44 is #1223BB. Grayscale: #D0D0D0. Windows color (decimal): -1188796 or 4513005. OLE color: 4513005.

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

Color convert

RGB 237 220 68 -
CMYK 0 0.07 0.71 0.07
HSL 53.96º 0.82% 0.6% -
HSV(B) 53.96º 0.71% 0.93% -
XYZ 61.56 69.61 15.66 -
YUV 207.76 49.13 148.86 -
System Red Green Blue C M Y K H S L
Decimal 237 220 68 0 0.07 0.71 0.07 53.96 0.82 0.6
Hex ED DC 44 0 7 47 7 36 52 3C
Octal 355 334 104 0 7 107 7 66 122 74
Binary 11101101 11011100 1000100 0 111 1000111 111 110110 1010010 111100

Color Harmonies of #EDDC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC44

Black with #EDDC44

Text Example


Text Example

White with #EDDC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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