Html Css Color HEX #CEDB01 La Rioja

📋 copy color: '#CEDB01'

red 206 ◦ green 219 ◦ blue 1

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

Shades of La Rioja #CEDB01

Tints of La Rioja #CEDB01

RGB

 RED value IS 206 (80.86% from 255) = 48.36%

 GREEN value IS 219 (85.94% from 255) = 51.41%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 48.36%
G = 51.41%
B = 0.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#CEDB01 (or 0xCEDB01) is known color: La Rioja. HEX triplet: CE, DB and 01. RGB value is (206,219,1). Sum of RGB (Red+Green+Blue) = 206+219+1=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB01 is #3124FE. Grayscale: #BFBFBF. Windows color (decimal): -3220735 or 121806. OLE color: 121806.

HSL color Cylindrical-coordinate representation of color #CEDB01: hue angle of 63.58º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEDB01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 1 -
CMYK 0.06 0 1.00 0.14
HSL 63.58º 0.99% 0.43% -
HSV(B) 63.58º 1% 0.86% -
XYZ 50.79 63.79 9.66 -
YUV 190.26 21.19 139.23 -
System Red Green Blue C M Y K H S L
Decimal 206 219 1 0.06 0 1.00 0.14 63.58 0.99 0.43
Hex CE DB 1 6 0 64 E 40 63 2B
Octal 316 333 1 6 0 144 16 100 143 53
Binary 11001110 11011011 1 110 0 1100100 1110 1000000 1100011 101011

Color Harmonies of #CEDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB01

Black with #CEDB01

Text Example


Text Example

White with #CEDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB01; }

 p { color: rgb(206,219,1); }

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

background-color css

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

 a { background-color: rgb(206,219,1); }

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

border-color css

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

 span { border-color: rgb(206,219,1); }

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