Html Css Color HEX #EDDD43 Starship

📋 copy color: '#EDDD43'

red 237 ◦ green 221 ◦ blue 67

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

Shades of Starship #EDDD43

Tints of Starship #EDDD43

RGB

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

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

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

R = 45.14%
G = 42.1%
B = 12.76%

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

#EDDD43 (or 0xEDDD43) is known color: Starship. HEX triplet: ED, DD and 43. RGB value is (237,221,67). Sum of RGB (Red+Green+Blue) = 237+221+67=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 67 (26.56% from 255 or 12.76% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD43 is #1222BC. Grayscale: #D0D0D0. Windows color (decimal): -1188541 or 4447725. OLE color: 4447725.

HSL color Cylindrical-coordinate representation of color #EDDD43: hue angle of 54.35º 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 #EDDD43 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 67 -
CMYK 0 0.07 0.72 0.07
HSL 54.35º 0.83% 0.6% -
HSV(B) 54.35º 0.72% 0.93% -
XYZ 61.79 70.12 15.59 -
YUV 208.23 48.3 148.52 -
System Red Green Blue C M Y K H S L
Decimal 237 221 67 0 0.07 0.72 0.07 54.35 0.83 0.6
Hex ED DD 43 0 7 48 7 36 53 3C
Octal 355 335 103 0 7 110 7 66 123 74
Binary 11101101 11011101 1000011 0 111 1001000 111 110110 1010011 111100

Color Harmonies of #EDDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD43

Black with #EDDD43

Text Example


Text Example

White with #EDDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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