Html Css Color HEX #E6CB35 Golden Dream

📋 copy color: '#E6CB35'

red 230 ◦ green 203 ◦ blue 53

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

Shades of Golden Dream #E6CB35

Tints of Golden Dream #E6CB35

RGB

 RED value IS 230 (90.23% from 255) = 47.33%

 GREEN value IS 203 (79.69% from 255) = 41.77%

 BLUE value IS 53 (21.09% from 255) = 10.91%

R = 47.33%
G = 41.77%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E6CB35 (or 0xE6CB35) is known color: Golden Dream. HEX triplet: E6, CB and 35. RGB value is (230,203,53). Sum of RGB (Red+Green+Blue) = 230+203+53=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB35 is #1934CA. Grayscale: #C2C2C2. Windows color (decimal): -1651915 or 3525606. OLE color: 3525606.

HSL color Cylindrical-coordinate representation of color #E6CB35: hue angle of 50.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6CB35 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 203 53 -
CMYK 0 0.12 0.77 0.10
HSL 50.85º 0.78% 0.55% -
HSV(B) 50.85º 0.77% 0.9% -
XYZ 54.63 59.79 12.03 -
YUV 193.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 230 203 53 0 0.12 0.77 0.10 50.85 0.78 0.55
Hex E6 CB 35 0 C 4D A 33 4E 37
Octal 346 313 65 0 14 115 12 63 116 67
Binary 11100110 11001011 110101 0 1100 1001101 1010 110011 1001110 110111

Color Harmonies of #E6CB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CB35

Black with #E6CB35

Text Example


Text Example

White with #E6CB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CB35; }

 p { color: rgb(230,203,53); }

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

background-color css

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

 a { background-color: rgb(230,203,53); }

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

border-color css

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

 span { border-color: rgb(230,203,53); }

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